以前的文章讨论过《互联网架构,究竟为啥要做服务化?》,随着数据量、并发量、业务复杂度的增长,互联网架构会出现以下问题:代码到处拷贝底层复杂性扩散基础库(so/jar/dll)耦合SQL质量得不到保障,业务相互影响数据库耦合“服务化”是一个很好的解决上述痛点的方案。那么问题来了,微服务架构多“微”才合适?行业内有这样四类常见实践。实践一:统一服务层这是最粗犷的玩法,所有基础数据,都通过一个统一的服务
分类:
其他好文 时间:
2020-11-16 13:55:14
阅读次数:
8
我产生的错误原因是写的mapper继承BaseMapper没有添加泛型: 点进去: 为了解决这个bug,网上很多人也提出了解决办法:1.检查xml文件的namespace是否正确 2.Mapper.java的方法在Mapper.xml中没有,然后执行Mapper的方法会报此 3.xxxMapper. ...
分类:
其他好文 时间:
2020-11-16 13:19:11
阅读次数:
4
title: so的装载与链接 categories: 逆向与协议分析 toc: true mathjax: true tags: so 逆向 widgets: type: toc position: left type: profile position: left author: RunopeA ...
分类:
其他好文 时间:
2020-11-06 02:42:00
阅读次数:
22
[default] callback_whitelist = profile_tasks # The best way I’ve found to time the execution of Ansible playbooks is by enabling the profile_tasks cal ...
分类:
其他好文 时间:
2020-11-04 19:01:00
阅读次数:
20
Multiple annotations found at this line:- javax.servlet.jsp.JspException cannot be resolved to a type- Attribute (width) is obsolete. Its use is disco ...
分类:
编程语言 时间:
2020-11-04 18:47:34
阅读次数:
19
root@pcl-01:/usr/share/defaults/kata-containers# qemu-system-aarch64 -vqemu-system-aarch64: error while loading shared libraries: librbd.so.1: cannot ...
分类:
系统相关 时间:
2020-11-04 17:41:12
阅读次数:
35
#uwsgi 常用参数 #项目目录 chdir=/var/www/orange_web/ #指定项目application module=orange_web.wsgi:application #指定sock的文件路径(nginx使用) socket=/var/www/script/uwsgi.so ...
分类:
其他好文 时间:
2020-10-30 12:34:12
阅读次数:
19
Linux 连续执行多条命令的方法 一、使用分号 ";" 进行分隔 printf "%s/n" "This is executed" ; printf "%s/n" "And so is this"输出:This is executedAnd so is this 二、使用 "&&" 进行分隔 跟一 ...
分类:
系统相关 时间:
2020-10-26 11:51:37
阅读次数:
40
[转]https://blog.csdn.net/zhanglianpin/article/details/50491958 我们在linux下开发项目,有时会对外提供动态库,像***.so.1.0.0这样子的文件,另外提供相应的头文件。用户拿到动态库和头文件说明,就可以使用动态库里的functio ...
分类:
系统相关 时间:
2020-10-24 11:53:12
阅读次数:
57
gitbook 安装和使用 安装nodejs wget https://nodejs.org/dist/v10.22.0/node-v10.22.0-linux-arm64.tar.xz tar -xvJf node-v10.22.0-linux-arm64.tar.xz ln -sf /runti ...
分类:
其他好文 时间:
2020-10-24 10:22:55
阅读次数:
23